home *** CD-ROM | disk | FTP | other *** search
/ Sports Illustrated for Kids - Awesome Athletes! / Sports Illustrated for Kids - Awesome Athletes!.iso / tr.dir / 00028.ls < prev    next >
Encoding:
Text File  |  1996-04-18  |  297 b   |  14 lines

  1. on exitFrame
  2.   global gSISystem, gSIActiveWindow, gSIHParentWnd
  3.   if gSISystem = "WIN" then
  4.     set vHWnd to gSIActiveWindow(mCall)
  5.     if vHWnd <> gSIHParentWnd then
  6.       go(the frame)
  7.       exit
  8.     end if
  9.   end if
  10.   RollOverButton("CloseButton")
  11.   RollOverButton("Champs")
  12.   go(the frame)
  13. end
  14.